Expressly disable large file APIs on Android 4.4 and earlier
authorPo Lu <luangruo@yahoo.com>
Mon, 6 May 2024 12:55:49 +0000 (20:55 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 6 May 2024 13:00:01 +0000 (21:00 +0800)
commitc5b4bd69faf9e9af9d95f7c995fffb80a7fc47c9
tree6325c8aba3f08942bcb5c0d7f465d8fbacd16724
parente091967ce2d0b14cfe5444858d065b1f203121fa
Expressly disable large file APIs on Android 4.4 and earlier

* configure.ac (CFLAGS): Add -D_FILE_OFFSET_BITS=32 on SDK 20
and earlier that unserviceable functions may not be selected.
Problem reported by Ruth Elburn <ruth@noreply.invalid>.
configure.ac